@charset "UTF-8";
body {
    min-width: 1000px;
}
.fp-tableCell {
    width: 100% !important;
    height: 100% !important;
}
.fp-section.fp-table, .fp-slide.fp-table {
    width: 100% !important;
    height: 100% !important;
}
.f_bold {
    font-weight: bold;
}
img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.pc_none{
    display: none !important;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #a3adc7;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a3adc7;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a3adc7;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a3adc7;
}
.swiper-button-disabled {
    opacity: .4!important;
}

.nav{
    width: 100%;
    /* height: 1rem; */
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    padding: .15rem 0 0;
    box-sizing: border-box;
    /* background: url(zf_topnab_linebg.png) top repeat-x; */
}

.nav::before {
    content: "";
    position: absolute;
    left: 0;
    top: -.2rem;
    background: url("zf_topnav_bg.png") top repeat-x;
    background-size: 100% 2rem;
    width: 100%;
    height: 1rem;
    opacity: .4;
}
.nav.blueNav::before {
    background: none;
}
.nav .logo{
    margin-left: .5rem;
    position: relative;
    z-index: 2;
}

.logo .link {
    display: block;
    width: 5.25rem;
    height: .85rem;
    float: left;
    font-size: .18rem;
    /* padding-left: .82rem; */
    /* padding-top: .07rem; */
    box-sizing: border-box;
}


/*首页轮播*/

.swiper-index-top {
    width: 100%;
    height: 100%;
}
.swiper-index-top .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100% !important;
}
.swiper-index-top .swiper-slide img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.5);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.5);
    }
}

.swiper-index-top .swiper-slide video {
    height: 100vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.swiper-index-top .swiper-slide .H5VideoPlayerIE {
    position: relative;
    left: 50%;
    top: 50%;
    zoom: 1.2;
    transform: translate(-50%, -50%);
}

.swiper-index-top .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    background: #FFFFFF;
    opacity: .5;
    margin: .22rem .25rem!important;
}
.swiper-index-top .swiper-pagination-bullet-active {
    background: url("zf_rt_nav3.png") no-repeat;
    background-size: .6rem .59rem;
    width: .6rem;
    height: .59rem;
    opacity: 1;
    margin: 0!important;
}
.swiper-index-top .swiper-pagination {
    bottom: .2rem;
    left: auto;
    right: 0;
    width: 100%;
    text-align: right;
    padding-right: 1rem;
}
.mouse {
    background: url("zf_top_ico1.png") no-repeat;
    background-size: .6rem .6rem;
    width: .6rem;
    height: .6rem;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -.3rem;
    z-index: 2;
}
.mouse::after {
    content: "";
    background: url("zf_top_ico2.png") no-repeat;
    background-size: .12rem .08rem;
    width: .12rem;
    height: .08rem;
    position: absolute;
    left: .237rem;
    bottom: .04rem;
    animation: mouse-move 1s infinite;
    -webkit-animation: mouse-move 1s infinite;
}

@keyframes mouse-move {
    0%{
        transform: translate(0px,0px);
    }
    50%{
        transform: translate(0px,-.04rem);
    }
    100%{
        transform: translate(0px,0px);
    }
}
@-webkit-keyframes mouse-move {
    0%{
        transform: translate(0px,0px);
    }
    50%{
        transform: translate(0px,-.04rem);
    }
    100%{
        transform: translate(0px,0px);
    }
}
/* 头部-白 */
.navShow .logo .link {
    background: url(./zf_logo_1.png) no-repeat!important;
    background-size: 2.79rem!important;
    color: #00429c;
    position: relative;
}
.navShow .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat!important;
    background-size: 2.2rem!important;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .logo .link {
    background: url("zf_logo_1.png") no-repeat;
    background-size: 2.79rem;
    color: #FFF;
    position: relative;
}
.whiteNav .logo .link::after {
    content: "";
    background: url("zf_logo_1r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.whiteNav .nav_top_right {
    position: relative;
    float: right;
    height: .5rem;
    margin-right: 1.2rem;
    margin-top: .02rem;
    z-index: 2;
}
.navShow .nav_top_right {
    display: none;
}
.whiteNav .nav_top_right div{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: .24rem;
    cursor: pointer;
}
/*.whiteNav .nav_top_right .cn_btn {*/
/*    width: .7rem;*/
/*    background: url("zf_en_topico.png") 0 center no-repeat;*/
/*    background-size: .23rem;*/
/*    padding-left: .2rem;*/
/*}*/
.whiteNav .nav_top_right div a {
    color: #FFF;

}

.whiteNav .seach_btn {
    background: url(./zf_search.png) no-repeat center;
    background-size: .28rem;
}

.topNavMore_btn {
    background: url(zf_top_navbg.png) no-repeat center;
    background-size: 1rem .8rem;
    width: 1rem;
    height: .8rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding-left: .1rem;
    cursor: pointer;
}


.topNavMore_btn i {
    width: 36%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0.3rem auto 0;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before,.topNavMore_btn i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.topNavMore_btn i:before {
    margin-top: -.1rem;
}

.topNavMore_btn i:after {
    margin-top: .1rem;
}
.navShow .topNavMore_btn i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
}

.navShow .topNavMore_btn i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
}

.navShow .topNavMore_btn i {
    background: none;
}
.topNavMore_btn p {
    margin-top: .15rem;
    text-align: center;
    font-size: .14rem;
    color: #83B1F3;
}

/* 头部-彩 */
.blueNav .logo .link {
    background: url("zf_logo_2.png") no-repeat;
    background-size: 2.79rem;
    color: #00429c;
    position: relative;
}
.blueNav .logo .link::after {
    content: "";
    background: url("zf_logo_2r.png") no-repeat;
    background-size: 2.2rem;
    width: 2.2rem;
    height: .75rem;
    position: absolute;
    top: 0;
    right: 0;
}
.blueNav .nav_top_right {
    position: relative;
    float: right;
    height: .5rem;
    margin-right: 1.2rem;
    margin-top: .02rem;
    z-index: 2;
}

.blueNav .nav_top_right div{
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    margin-left: .1rem;
    float: left;
    text-align: center;
    color: #00429c;
    font-size: .24rem;
    cursor: pointer;
}

.blueNav .nav_top_right div a {
    color: #00429c;

}

.blueNav .seach_btn {
    background: url(./zf_search2.png) no-repeat center;
    background-size: .28rem;
}

/* 导航 */

.nav_item {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("zf_en_banner3.jpg") center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}
.nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.4rem;
    bottom: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}
.navShow .nav_item .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 1.1rem;
    bottom: 0;
    overflow-y: hidden;
    opacity: 1;
    visibility: visible;
    width: 92%;
}
@media screen and (min-width: 1200px) {
    .navShow .nav_item .scroll {
        width: 86%;
    }
}
@media screen and (min-width: 1920px) {
    .navShow .nav_item .scroll {
        width: 88%;
    }
}
@media screen and (min-width: 2560px) {
    .navShow .nav_item .scroll {
        width: 85%;
    }
}
.nav_item .scroll ul {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    margin-left: .6rem;
}
.nav_item .scroll li {
    text-align: left;
    padding-top: 0.25rem;
    margin-right: .2rem;
}
.nav_item .scroll ul:nth-child(2) li:nth-child(3) {
    width: 4rem;
}
.nav_item .scroll ul:nth-child(2) {
    max-width: 89.5%;
}
.nav_item .scroll li a {
    color: #fff;
    position: relative;
    padding-bottom: .05rem;
    line-height: .3rem;
}
.nav_item .scroll li h2 {
    font-size: 0.22rem;
    font-weight: bold;
}
.nav_item .scroll li .list {
    padding: 0.2rem 0;
}
.nav_item .scroll li .list h3 {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.3rem;
}
.nav_item .scroll li .list dl {
    padding-bottom: 0.2rem;
}
.nav_item .scroll li .list dd {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
}
.nav_item .scroll li .list dd:hover {
    opacity: 1;
}

.navShow .nav_item {
    opacity: 1;
    visibility: visible;
}

.nav .nav_item {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.nav .nav_item * {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}



.nav .nav_item ul li a:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width:100%;
    height: 1px;
    background: #FFFFFF;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:0% 0; /*方向 50%中间开始*/
}
.nav .nav_item ul li a:hover::after {
    transform:scale3d(1,1,1);
}

/* 搜索 */
.search-bglay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-animation-duration: reverse;
    animation-duration: reverse;
}

.search-bglay.on {
    position: fixed;
    opacity: 0.7;
    top: 0;
    z-index: 7000;
}

.web-search {
    position: fixed;
    z-index: 7001;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 660px;
}

.ser {
    width: 640px;
    height: 48px;
    line-height: 44px;
    margin: 0 auto;
    position: relative;
}

.search input {
    position: absolute;
    height: 50px;
    line-height: 48px;
    color: #262626;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #666;
    font-size: .2rem;
    padding: 0px 60px 0 20px;
    width: 80%;
    border: 1px solid #ffffff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFFFFF url(zf_search2.png) 470px 10px no-repeat;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
}
.search input.notxt1 {
    position: absolute;
    width: 20%;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    font-size: 18px;
    color: #fff;
    background-color: #005BAC;
    border: 1px solid #005BAC;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}












/* Ã¤Â¾Â§Ã¨Â¾Â¹Ã¥Â¯Â¼Ã¨Ë†Âª */

.nav_content {
    width: 5rem;
    height: 100%;
    background: url(./kc_enIndex_slideBox_bg.png) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    right: -5rem;
    top: 0;
    z-index: 99999;
    padding:  .32rem .6rem  .6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    box-sizing: border-box;
}

.nav_content.active {
    right: 0;
}

.nav_content_top {
    width: 100%;
    overflow: hidden;
}

.nav_content_top_logo {
    width: .45rem;
    height: .52rem;
    background: url(./kc_enIndex_logo_white.png) no-repeat;
    background-size: .45rem;
    float: left;
}

.nav_content_close_btn {
    width: .23rem;
    height: .23rem;
    background: url(./kc_enIndex_slideBox_close.png) no-repeat;
    background-size: .23rem;
    float: right;
    margin-top: .17rem;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nav_content_close_btn:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.nav_content_search {
    width: 100%;
    height: .68rem;
    background: url(./kc_enIndex_slideBox_icon_search.png) no-repeat left center;
    background-size: .34rem;
    margin-top: .53rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-left: .68rem;
    box-sizing: border-box;
    cursor: pointer;
}

#fp-nav ul li a span{
    transform: scale(1.3);
}
.navShow #fp-nav {
    display: none;
}
.nav_content_search input {
    width: 100%;
    height: 100%;
    line-height: .68rem;
    background: none;
    font-size: .2rem;
    cursor: default;
    color: #FFF;
}

.nav_content_menu {
    margin-top: .52rem;
}

.level1 {
    width: 100%;
    line-height: .56rem;
    font-size: .2rem;
    color: #FFF;
    padding-left: .12rem;
    box-sizing: border-box;
}

.level1 .level1_title {
    width: 100%;
    height: .56rem;
    position: relative;
    display: block;
    color: #FFF;
}


.level1 .level1_title span {
    width: .09rem;
    height: .17rem;
    background: url(./kc_enIndex_arrow_right.png) no-repeat;
    background-size: .09rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.085rem;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.level1 .level1_title span.active{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.level1 ul {
    margin-left: .14rem;
    line-height: .4rem;
    font-size: .18rem;
    display: none;
}

.level1 ul li {

}

.level1 ul li a {
    color: #b8c2d9;
}

.level1 ul li a:hover {
    color: #FFF;
}



.section{
    overflow: hidden;
}
.container {
    width: 100%;
    height: 100%;
    position: relative;
}

#video{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: auto;
    z-index: 0;
}
#source{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

#video1{
    position: absolute;
    right: 0;
    bottom:0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 0;
    opacity: .7;
}

#source1{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

#video2{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 0;
    opacity: .9;
}

#source2{
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

/* 轮播图框文字 */

.content_box{
    width: 100%;
    height: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    /* margin-top: -1.42rem; */
    text-align: left;
    color: #FFF;
    z-index: 10;
    opacity: 0;
    padding: .4rem .5rem;
}
.content_box.box1 {
    background: url(zf_en_p1_bg.png) no-repeat;
    background-size: 100% 100%;
}
.content_box.box2 {
    background: url(zf_top_ind2.png) no-repeat;
    background-size: 6.55rem 2.84rem;
}
.content_box h1{
    font-size: .3rem;
    line-height: .5rem;
    font-family: "Times New Roman";
    font-weight: bold;
    width: 64%;
}
.section1 .on .content_box {
    opacity: 1;
}



/* public */
.color_blue {
    color: #005BAC;
}
.color_white {
    color: #FFFFFF;
}
.color_black {
    color: #12345E;
}

.content_title h2{
    font-family: "Times New Roman";
    font-size: .5rem;
    line-height: .5rem;
    letter-spacing: 0;
    margin: 0 auto;
    font-weight: bold;
    float: left;
}
.content_title .c1 {
    position: relative;
    display: inline-block;
}

.content_title .c2 {
    position: relative;
    display: inline-block;
}
.content_title .c3 {
    position: relative;
    display: inline-block;
}

.content_title span {
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    font-weight: 100;
    text-align: center;
}
.content_title .title_right{
    font-size: .18rem;
    line-height: .35rem;
    /* position: absolute; */
    top: 0;
    left: 0;
    display: none;
}
.content_title .title_right.active {
    display: block;
}
.content_title .see_all {
    display: inline-block;
    line-height: .25rem;
    padding-right: .25rem;
    position: relative;
    color: #00AAA2;
    margin-top: .2rem;
    font-size: .18rem;
    border-left: 1px #6386B6 solid;
    padding-left: .2rem;
    margin-left: .2rem;
}

.content_title .see_all i {
    /* width: .2rem; */
    /* height: 2px; */
    display: inline-block;
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    top: -.07rem;
    left: 0px;
}

.content_title .see_all i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .24rem;
    height: 1px;
    background: #00AAA2;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.content_title .see_all i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .16rem;
    height: 1px;
    background: #00AAA2;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.content_title.color_white .see_all {
    border-left: 1px #FFFFFF solid;
    color: #FFFFFF;
}
.content_title.color_white .see_all i {
    background: #FFFFFF;
}
.content_title.color_white .see_all i:before {
    background: #FFFFFF;
}
.content_title.color_white .see_all i:after {
    background: #FFFFFF;
}

.content_title.color_black .see_all {
    color: #FFFFFF;
}
.content_title.color_black .see_all i {
    background: #FFFFFF;
}
.content_title.color_black .see_all i:before {
    background: #FFFFFF;
}
.content_title.color_black .see_all i:after {
    background: #FFFFFF;
}

.content_title.color_whiet_m .see_all {
    color: #74C9D6;
}
.content_title.color_whiet_m .see_all i {
    background: #FFFFFF;
}
.content_title.color_whiet_m .see_all i:before {
    background: #74C9D6;
}
.content_title.color_whiet_m .see_all i:after {
    background: #74C9D6;
}


.content_title .see_all i:before {
    margin-top: -.08rem;
}

.content_title .see_all i:after {
    margin-top: .08rem;
}
.content_title .see_all i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
    width: .08rem;
    left: .1rem;
    top: -.025rem;
}

.content_title .see_all i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
    width: .08rem;
    left: .1rem;
    top: 0.025rem;
}
.content_title .see_all:hover i {
    left: .08rem;
}




.title_right_nav {
    margin-top: .1rem;
}

.title_right_nav a {
    line-height: .45rem;
    color: #00429c;
    display: inline-block;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    font-size: .24rem;
}


.title_right_nav a.active::after,
.title_right_nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .03rem;
    background-color: #b50075;
    transition: all 0.3s ease-in-out;
    transform-origin: 50% 0;
    display: block;
    transform: scale3d(0,1,1);
    border-radius: .5rem;
}
.title_right_nav a.active,
.title_right_nav a:hover {
    color: #b50075;;
}


.title_right_nav a.active::after,
.title_right_nav a:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: .03rem;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform-origin: 50% 0;
}

.title_right_nav  span {
    display: inline-block;
    line-height: .24rem;
    margin: 0 0.15rem;
    font-size: .24rem;
}

.containerIn {
    width: 14rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.8rem;
    z-index: 2;
}
.containerIn2 {
    width: 14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.6rem;
    z-index: 2;
}
.containerIn2-2 {
    width: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -4.1rem;
    z-index: 3;
}
.containerIn3 {
    width: 14rem;
    position: absolute;
    left: 50%;
    margin-left: -7rem;
    z-index: 2;
}
.containerIn4 {
    width: 100%;
    height: 7.68rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5rem;
    z-index: 2;
}
.containerIn8 {
    width: 14rem;
    height: 6.68rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -4.14rem;
    z-index: 2;
}
.content_title {
    position: relative;
}





/* page2 */

.section2 .container {
    background: url(./zf_en_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}


.page2_content {
    width: 100%;
    height: 8.1rem;
    margin-top: 0.7rem;
    position: absolute;
    z-index: 0;
}
.page2_content.active {
    z-index: 1;
}
.swiper-slide {
    width: auto;
    height: 100%;
}

.swiper-scrollbar-drag {
    width: 3rem;
    background: none;
    position: relative;
}


.page2_tabswitch {
    opacity: 0;
    z-index: 0;
}

.page2_tabswitch.active{
    opacity: 1;
    opacity: 1;
    z-index: 1;
}


.page2_con_left {
    width: 9.5rem;
    height: 100%;
    float: left;
    position: relative;
}

.swiper-container2 .swiper-slide {
    height: 8.1rem;
    opacity: 0!important;
}
.swiper-container2 .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}
.swiper_button{
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    position: relative;
    margin-top: 0.48rem;
}
.swiper_button_2{
    width: 100%;
    height: .26rem;
    line-height: .26rem;
    position: relative;
    margin-top: 0.68rem;
}
.swiper-button-next2 {
    width: .62rem;
    height: .62rem;
    background: url(zf_new_img_ico.png) no-repeat top right;
    background-size: .62rem .62rem;
    top: 33%;
    right: -.62rem;
    overflow: hidden;
}
.swiper-button-prev2 {
    width: .62rem;
    height: .62rem;
    background: url(zf_new_img_ico.png) no-repeat top right;
    background-size: .62rem .62rem;
    top: 33%;
    left: -.62rem;
    overflow: hidden;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.swiper_allCount {
    font-size: .16rem;
    color: #868e99;
}

.swiper_curCount {
    font-size: .2rem;
    color: #00429c;
}

.page2_swiper_con {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.page2_swiper_con .page2_siper_img {
    width: 100%;
    height: 6.34rem;
    overflow: hidden;
    position: relative;
}
.page2_swiper_con img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
}

.page2_con_left:hover img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.page2_swiper_text {
    width: 100%;
    height: 1.79rem;
    /* background-color: rgba(255, 255, 255, .9); */
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 2;
    font-family: "Times New Roman";
}

.page2_swiper_text h2 {
    font-size: .36rem;
    /* height: .82rem; */
    /* overflow: hidden; */
    color: #000000;
    line-height: .4rem;
    font-weight: bold;
    margin-top: .2rem;
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
}
.page2_swiper_text h2:hover {
    color: #005BAC;
}
.page2_swiper_text p {
    font-size: .18rem;
    line-height: .3rem;
    overflow: hidden;
    margin-top: .15rem;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper-pagination2 {
    text-align: center;
    box-sizing: border-box;
    bottom: 2.87rem!important;
    position: relative;
    background: url("zf_en_pagination_bg.png") repeat-x;
    background-size: cover;
    height: 1.1rem;
    padding-top: .3rem;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background: url(zf_rt_nav3.png) no-repeat;
    background-size: .6rem .59rem;
    width: .6rem;
    height: .59rem;
    opacity: 1;
    margin: 0 0 !important;
}
.swiper-pagination2 span {
    width: .16rem;
    height: .16rem;
    background: #ffffff;
    margin: .22rem .2rem !important;
    opacity: 1;
}

.page2_con_right {
    width: 3.9rem;
    height: 8.1rem;
    float: right;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* background: #FFFFFF; */
    /* margin-top: .66rem; */
}

.page2_con_right_box:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* page2 news list */
.page2_con_right .news_list {
    /* padding-left: .3rem; */
    /* padding-right: .3rem; */
}
.page2_con_right .news_list ul li {
    /* margin-top: .28rem; */
    overflow: hidden;
    position: relative;
    /* padding-bottom: .1rem; */
    border-bottom: 1px solid #DED3C6;
    padding: 0.24rem 0;
}
.page2_con_right .news_list ul li:hover a h3 {
    color: #005BAC;
}
.page2_con_right .news_list ul li::after {
    content: "";
    border-bottom: 1px #005BAC solid;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page2_con_right .news_list ul li:hover::after {
    width: 100%;
}
.page2_con_right .news_list .item-date{
    width: .64rem;
    position: absolute;
    top: 0;
    right: .2rem;
    text-align: center;
    font-size: .26rem;
    background: #005BAC;
    color:#FFFFFF;
    z-index: 1;
    padding-bottom: .04rem;
}
.page2_con_right .news_list .item-date span:first-of-type{
    font-size: .16rem;
    display: block;
    padding-top: .07rem;
}
.page2_con_right .news_list .item-date2{
    font-size: .16rem;
    font-family: "Times New Roman";
    color: #084077;
    line-height: .24rem;
    margin-top: .1rem;
}
.page2_con_right .news_list .text-cont{
    /* width: 4.8rem; */
}

.page2_con_right .news_list h3{
    font-size: .22rem;
    color: #333333;
    font-family: "Times New Roman";
    line-height: .28rem;
}
.page2_con_right .news_list p{
    font-size: .16rem;
    color: #959595;
    margin-top: .04rem;
    line-height: 1.6;
    height: .6rem;
}
.page2_con_right .news_list .news_top {
    position: relative;
    padding: 0;
}
.page2_con_right .news_list .news_top h3 {
    font-size: .22rem;
    margin: .2rem 0;
    line-height: .32rem;
    font-weight: bold;
}
.page2_con_right .news_list .news_top .img {
    width: 3.9rem;
    height: 2.6rem;
    overflow: hidden;
}
.page2_con_right .news_list .news_top:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page2_con_right .news_list .news_top .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.seeAll_box {
    width: 100%;
    height: .4rem;
    text-align: right;
    margin-top: .5rem;
}

.seeAll_box .see_all {
    display: inline-block;
    line-height: .35rem;
    padding-right: .25rem;
    position: relative;
    color: #00429c;
    margin-top: .12rem;
    font-size: .18rem;
}

.seeAll_box .see_all::after {
    content: '';
    width: .06rem;
    height: .11rem;
    background: url(./kc_enIndex_arrow_right_blue.png) no-repeat right center;
    background-size: .06rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.06rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.seeAll_box .see_all:hover::after {
    right: 0;
}
/* page2 左侧导航*/
.page2_left_nav{
    position: absolute;
    z-index: 100;
    right: 0;
    top: .2rem;
    line-height: .18rem;
}

.page2_left_nav li{
    text-align: center;
    font-size: .22rem;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;
    color: #000000;
    float: left;
    margin: 0 .24rem;
    position: relative;
}
.page2_left_nav li:after{
    content: '';
    position: absolute;
    bottom: -.06rem;
    left: 0;
    width:100%;
    border-bottom: 1px #005BAC solid;
    /* background: #005BAC; */
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0; /*方向 50%中间开始*/
}
.page2_left_nav li:hover::after {
    transform:scale3d(1,1,1);
}

.page2_left_nav .active {

}
.page2_left_nav .left_1.active {
    color: #005BAC;
}
.page2_left_nav .left_2.active {
    color: #005BAC;
}
.page2_left_nav .left_1::before {
    content: '';
    position: absolute;
    right: -.24rem;
    left: 0;
    border-right: 1px #698CBA solid;
    height: .18rem;
}
.page2_left_nav .left_2 {

}
.page2_content.active .page2_con_left {
    transition-delay: .1s
}
.page2_content.active .page2_con_right {
    transition-delay: .1s
}
/* page3 */
.section3 .containerIn {
    width: 14rem;
    height: 7.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7rem;
    margin-top: -3.4rem;
    z-index: 2;
}
.section3 .container {
    background: url(./zf_en_bg2.jpg) no-repeat;
    background-size: 100% 100%;
}
.page3_content {
    height: 7.18rem;
    position: relative;
    /* overflow: hidden; */
}
.page3_content.active {
    z-index: 1;
}

/* events-block */
.events-block{
    padding-top: 12vw;
}
.events-swiper .swiper-slide{
    height: auto;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.events-swiper .slide{
    height: 100%;
}
.events-swiper .swiper-container{
    position: relative;
    /* padding-bottom: 100px; */
}
.events-swiper .swiper-scrollbar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    height: 1rem;
    width: 100%;
    z-index: 100;
}
.events-swiper .swiper-scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    background: #dbdbdb;
}
.events-swiper .swiper-scrollbar-drag{
    /* background-color: auto; */
    position: relative;
    cursor: pointer;
}
.events-swiper .swiper-scrollbar-drag:before{
    content: "";
    position: absolute;
    left: 0;
    right: 50px;
    height: 3px;
    margin-top: -1.5px;
    top: 50%;
    background-color: #b50076;
    cursor: pointer;
    border-radius: 3px;
    display: block;
}
.events-swiper .swiper-scrollbar-drag:after{
    content: "";
    position: absolute;
    right: 0;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    width: 40px;
    background: url(./kc_enIndex_logo_icon_drag.png) center center no-repeat;
    background-size: contain;
}
.events-swiper .swiper-scrollbar-drag:after:after{
    content: "Drag To Switch";
}
.events-swiper .swiper-scrollbar-drag .tip{
    font-size: .13rem;
    opacity: .5;
    position: absolute;
    bottom: 0;
    right: 0;
    /* font-family: "Nexa Regular"; */
    white-space: nowrap;
}
.events_dl {
    width: 100%;
    height: 5.26rem;
    padding: .2rem;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.events_dl dt{
    width: 100%;
    height: 1.48rem;
    background-size: 4rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.5s;
}

.events_dl dt:hover{
    background-size: 4.4rem;
}

.events_dl dt.oCover{
    background-size: cover;
}

.events_dl dt img{
    object-fit: cover;
}

.events_dl dt img[src='']{
    display: none;
}

.events_dl dt img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.events_dl dt:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.events_dl .sourse {
    height: .3rem;
    line-height: .3rem;
    font-size: .16rem;
    background: #F4F4F7;
    padding-left: .1rem;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.events_dl:hover {
    background: #F4F4F7;
}
.events_dl:hover .sourse {
    background: #e1e1e1;
}
.events_dl .sourse a {
    color: #005BAC;
}
.events_dl .sourse a:hover {
    text-decoration: underline;
}
.events_dl dd .events_title {
    font-size: .22rem;
    line-height: .3rem;
    max-height: .9rem;
    font-weight: bold;
    font-family: "Times New Roman";
    margin-top: .1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.events_dl dd .time {
    color: #084077;
    font-size: .14rem;
    line-height: .4rem;
    height: .52rem;
    padding-left: .1rem;
}
.events_dl dd .events_content {
    margin-top: .14rem;
    height: 1rem;
    line-height: .25rem;
    overflow: hidden;
    color: #666666;
    font-size: .18rem;
    position: relative;
    font-family: "Times New Roman";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.events_dl dd .read_more{
    display: inline-block;
    font-size: .18rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #00AAA2;
    margin-top: .12rem;
    bottom: .1rem;
}

.events_dl dd .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico6.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.events_dl dd .read_more:hover:after {
    right: 0;
}


/* page3 底部*/
.page3_navs {
    width: 100%;
    height: 1.8rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: -.01rem;
    z-index: 10;
}
.page3_navs .flex {
    flex: 1;
    height: 1.8rem;
    display: inline-flex;
    justify-content: center;
    background: url(zf_p3_bg1.png) repeat-x;
    background-size: .5rem;
}
.page3_navsIn {
    width: 9.9rem;
    height: 1.8rem;
    margin: 0 auto;
    position: relative;
}
.page3_topline {
    height: .04rem;
    width: 100%;
    background-color: #5f9e64;
}
.page3_navsIn .btns {
    width: 3.3rem;
    height: 1.8rem;
    float: left;
    font-size: .18rem;
    line-height: .35rem;
    color: #FFF;
    text-align: center;
    padding-top: .25rem;
    cursor: pointer;
    position: relative;
    transform: all .3s;
}
.page3_navsIn .btns p {
    margin-top: .1rem;
}
.page3_navsIn .arrowSlide .arrow {
    width: 3.3rem;
    height: 1.8rem;
    z-index: 3;
    background: url(zf_p3_bg2.png) no-repeat;
    background-size: 101%;
    float: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page3_navs .arrowSlide .link {
    height: 1.8rem;
    background: url(zf_p3_bg1.png) repeat-x;
    background-size: .5rem;
    float: left;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}
.page3_navs .arrowSlide .link1 {
    width: 0;
}
.page3_navs .arrowSlide .link2 {
    width: 6.6rem;
}
.page3_navsIn .arrowSlide {
    width: 100%;
    height: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
}
.page3_navsIn .arrowSlide::before {
    content: '';
    width: 0.5rem;
    height: 100%;
    background: url(zf_p3_bg1.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: -.02rem;
    top: 0;
    display: block;
}
.page3_navsIn .arrowSlide::after {
    content: '';
    width: 0.5rem;
    height: 100%;
    background: url(zf_p3_bg1.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    right: -.02rem;
    top: 0;
    display: block;
}
.page3_navsIn span {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    opacity: .5;
    transition: all .5s;
    z-index: 4;
    left: 0;
    top: 0;
    padding-top: .44rem;
    box-sizing: border-box;
}
.page3_navsIn div img {
    width: .7rem;
    height: .7rem;
}
.page3_navsIn .active span {
    opacity: 1;
}
.btns:hover span {
    opacity: 1;
}
.page3_container .level1 {
    width: 100%;
    height: 2.78rem;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.page3_box {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 0;
}
.page3_container .level1 {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
/* page3 左导航*/
.page3_left_nav{
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    line-height: .18rem;
}

.page3_left_nav li{
    text-align: center;
    font-size: .22rem;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;
    color: #0B375A;
    float: left;
    margin: 0 .24rem;
    position: relative;
}
.page3_left_nav li:after{
    content: '';
    position: absolute;
    bottom: -.06rem;
    left: 0;
    width:100%;
    border-bottom: 1px #005BAC solid;
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0; /*方向 50%中间开始*/
}
.page3_left_nav li:hover::after {
    transform:scale3d(1,1,1);
}

.page3_left_nav li.active {
    color: #005BAC;
    opacity: .6;
}
.page3_left_nav li::before {
    content: '';
    position: absolute;
    right: -.24rem;
    left: 0;
    border-right: 1px #698CBA solid;
    height: .18rem;
}
.page3_left_nav li:last-child::before {
    display: none;
}
.page3_tab_box {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 14rem;
    height: 6.06rem;
    z-index: 0;
}
.page3_tab_box.active {
    opacity: 1;
    z-index: 1;
}
.swiper-container1-1 {
    width: 10.16rem;
    position: relative;
    z-index: 1;
    float: left;
}
.swiper-container1-1 .swiper-wrapper {
    width: 10.16rem!important;
}
.page3_right {
    width: 3.7rem;
    height: 100%;
    float: right;
    padding-left: .3rem;
    position: absolute;
    top: 0;
    right: 0;
}
.page3_right .page3_right_txt {
    font-family: "Times New Roman";
    color: #335A83;
    font-size: .4rem;
    line-height: .56rem;
    font-weight: bold;
}
.page3_right .see_all {
    display: block;
    color: #FFFFFF;
    width: 2.6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    position: absolute;
    overflow: hidden;
    border-radius: 4px;
    bottom: .4rem;
}
.page3_right .see_all p {
    z-index: 3;
    position: relative;
    font-size: .18rem;
    font-weight: bold;
}
.page3_right .see_all span {
    font-family: SimSun;
}
.page3_right .see_all::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #00AAA2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .95;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.page3_right .see_all::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #008C85;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.04rem;
    margin-left: -.04rem;
    border-radius: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 0;
}
.page3_right .see_all:hover::after {
    left: 50%;
    transform: scale(40);
    -webkit-transform: scale(40);
    -moz-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    opacity: 1;
}
.section3 .page3_box {
    top: 30%;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
}
.section3.active .page3_box {
    top: 43%;
    opacity: 1;
}

/* page4 */
.page4_rtbg {
    background: url(zf_en_cg_rtbg.png) right no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}
.page4_content {
    height: 100%;
    /* margin-top: 1.3rem; */
    position: relative;
}
.page4_content .page4_tab {
    position: absolute;
    left: 0;
    top: .4rem;
    width: 4rem;
}
.page4_content .page4_tab::after {
    content: "";
    background: url("zf_cg_bg1.png") no-repeat;
    background-size: .14rem 1.42rem;
    width: .14rem;
    height: 1.42rem;
    position: absolute;
    right: 0;
}
.page4_content .page4_tab li {
    background: url("zf_en_page4_ltbg2.png") right no-repeat;
    background-size: 100% .6rem;
    position: relative;
    height: .6rem;
    line-height: .6rem;
    text-align: right;
    padding-right: .35rem;
    font-style: italic;
    margin-bottom: .06rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.page4_content .page4_tab li.active {
    background: url("zf_en_page4_ltbg1.png") right no-repeat;
    background-size: 100% .6rem;
}
.page4_content .page4_tab li:nth-child(1) {
    margin-right: 0;
}
.page4_content .page4_tab li:nth-child(2) {
    margin-right: .09rem;
}
.page4_content .page4_tab li:nth-child(3) {
    margin-right: .18rem;
}
.page4_content .page4_tab li:nth-child(4) {
    margin-right: .27rem;
}
.page4_content .page4_tab li:nth-child(5) {
    margin-right: .36rem;
}
.page4_content .page4_tab li:nth-child(6) {
    margin-right: .45rem;
}
.page4_content .page4_tab li:nth-child(7) {
    margin-right: .54rem;
}
.page4_content .page4_tab li:nth-child(8) {
    margin-right: .63rem;
}
.page4_content .page4_tab li:nth-child(9) {
    margin-right: .72rem;
}

.page4_content .page4_tab li.active:nth-child(1) {
    margin-right: -.36rem;
}
.page4_content .page4_tab li.active:nth-child(2) {
    margin-right: -.27rem;
}
.page4_content .page4_tab li.active:nth-child(3) {
    margin-right: -.18rem;
}
.page4_content .page4_tab li.active:nth-child(4) {
    margin-right: -.09rem;
}
.page4_content .page4_tab li.active:nth-child(5) {
    margin-right: 0;
}
.page4_content .page4_tab li.active:nth-child(6) {
    margin-right: .09rem;
}
.page4_content .page4_tab li.active:nth-child(7) {
    margin-right: .18rem;
}
.page4_content .page4_tab li.active:nth-child(8) {
    margin-right: .27rem;
}
.page4_content .page4_tab li.active:nth-child(9) {
    margin-right: .36rem;
}
.page4_content .page4_tab li a {
    display: block;
    height: 100%;
    font-size: .2rem;
    color: #005BAC;
    text-align: right;
}
.page4_content .page4_tab li.active a {
    color: #FFFFFF;
}
@keyframes backbg {
    0%{
        background-size: 0 100%;
    }
    100%{
        background-size: 100% 100%;
    }
}

.page4_content .swiper-container3-1 {
    margin-top: 1rem;
    padding-right: .1rem;
}
.page4_content .swiper-container3-9 {
    margin-top: 1rem;
    padding-right: .1rem;
}
.page4_content .txt_conent {
    background: #FFFFFF;
    /* padding: .3rem .25rem; */
    width: 100%;
    height: 1.75rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.page4_content .txt_bg {
    content: "";
    width: 100%;
    height: 100%;
    background: #00AAA2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: translate(-.06rem,-.06rem);
    transition: all .2s ease-out .2s;
    opacity: 0;
    margin: .06rem 0 0 .06rem;
}
.page4_tab_box .swiper-container3-1 .swiper-slide {
    position: relative;
    height: 1.75rem;
    margin-bottom: .1rem;
}
.page4_tab_box .swiper-container3-1 .swiper-slide:hover .txt_bg {
    transform: none !important;
    opacity: 1 !important;
}
.page4_tab_box .swiper-container3-9 .swiper-slide {
    position: relative;
    height: 1.75rem;
    margin-bottom: .1rem;
}
.page4_tab_box .swiper-container3-9 .swiper-slide:hover .txt_bg {
    transform: none !important;
    opacity: 1 !important;
}
.page4_content .txt_conent {
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.page4_content .txt_conent a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .3rem .25rem;
}
.page4_content .txt_conent::before {
    content: "";
    position: absolute;
    width: 1.56rem;
    height: 1.03rem;
    right: 0;
    bottom: -.2rem;
    background: #FFFFFF url("zf_en_page4_h_bg.png") right bottom no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.page4_content .txt_conent:hover::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFFFFF url("zf_en_page4_h_bg.png") right bottom no-repeat;
    background-size: cover;
    opacity: 1;
}
.page4_content .txt_conent .txt_conent_time {
    background: #065BAA;
    text-align: center;
    width: .73rem;
    height: .73rem;
    float: left;
    position: relative;
}
.page4_content .txt_conent .txt_conent_time::after {
    content: "";
    position: absolute;
    border-bottom: 1px #065BAA solid;
    width: 100%;
    left: 0;
    bottom: -.36rem;
}
.page4_content .txt_conent .txt_conent_time span {
    color: #FFFFFF;
    font-size: .18rem;
    display: block;
    margin-top: .03rem;
}
.page4_content .txt_conent .txt_conent_time span:nth-child(2) {
    font-size: .36rem;
    font-weight: bold;
    line-height: .4rem;
    margin-top: 0;
}
.page4_content .txt_conent .txt_conent_title {
    font-size: .26rem;
    float: left;
    margin-left: .2rem;
    line-height: .32rem;
    width: 3.5rem;
    font-weight: bold;
    font-family: "Times New Roman";
    position: relative;
    z-index: 1;
}
.page4_content .txt_conent .read_more{
    display: inline-block;
    font-size: .14rem;
    color: #005BAC;
    position: absolute;
    right: .1rem;
    bottom: .1rem;
    width: .4rem;
    height: .3rem;
}

.page4_content .txt_conent .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico7.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.page4_content .txt_conent:hover .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico6.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.page4_content .txt_conent .read_more:hover:after {
    right: 0;
}

.swiper-pagination3 {
    width: 9.9rem!important;
    height: 3px!important;
    bottom: .3rem;
    top: auto!important;
    background: #FFFFFF;
}
.swiper-pagination3 .swiper-pagination-progressbar-fill {
    background: #005BAC;
    height: 5px;
    top: -1px;
}
.swiper_button3 {
    width: 100%;
    height: .3rem;
    position: absolute;
    margin-top: 0;
    bottom: 0.1rem;
}
.swiper_button3 .swiper-button-prev3 {
    background: none;
    right: 0.6rem;
    left: auto;
    top: 0.26rem;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button3 .swiper-button-prev3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}
.swiper_button3 .swiper-button-prev3:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}

.swiper_button3 .swiper-button-next3 {
    background: none;
    right: 0.1rem;
    left: auto;
    top: 0.26rem;
    opacity: 1;
    width: .15rem;
    height: .2rem;
}
.swiper_button3 .swiper-button-next3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
}
.swiper_button3 .swiper-button-next3:after {
    content: "";
    position: absolute;
    left: 0;
    top: .09rem;
    display: block;
    width: .15rem;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 1;
}

.swiper-pagination3.c1 {
    background: #82C5EC;
}
.swiper-pagination3.c1 .swiper-pagination-progressbar-fill {
    background: #005BAC;
}
.swiper_button3.c1 .swiper-button-prev3:before {
    background: #005BAC;
}
.swiper_button3.c1 .swiper-button-prev3:after {
    background: #005BAC;
}
.swiper_button3.c1 .swiper-button-next3:before {
    background: #005BAC;
}
.swiper_button3.c1 .swiper-button-next3:after {
    background: #005BAC;
}


.page4_content .img_conent {
    padding: 0;
    text-align: left;
    padding-top: .4rem;
}
.page4_content .img_conent .img {
    width: 3.1rem;
    height: 4.4rem;
    overflow: hidden;
}
.page4_content .img_conent .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page4_content .img_conent:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page4_content .img_conent .img_conent_title {
    font-size: .24rem;
    font-weight: bold;
    line-height: .32rem;
    margin-top: .2rem;
    text-align: left;
    font-family: "Times New Roman";
    width: 2.96rem;
}
.page4_tab_box {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    width: 11rem;
    height: 7.5rem;
    z-index: 0;
    margin-left: -4.6rem;
}

/* Ã¤Â¿Â®Ã¦â€Â¹Ã¦â€”Â¥Ã¥Å½â€  ----------------  start */

.fc-header{
    position: relative;
    height: 1rem;
}

.fc-widget-header, .fc-widget-content {
    border-right: 1px solid #032e69 !important;
    border-bottom: 1px solid #032e69 !important;
}

.fc-widget-content:nth-child(1) {
    border-left: 1px solid #032e69 !important;
}

.fc-header-center {
    /* position: absolute;
    left: 50%; */
    text-align: center !important;
}

.fc-header-center .fc-header-title {
    font-size: .24rem;
    line-height: 1rem;
    color: #032e69;
}

.fc-button-today {
    display: none !important;
}

.fc-button-prev {
    position: absolute !important;
    left: 0 !important;
}

.fc-button-next {
    position: absolute !important;
    right: 0 !important;
}

.fc-border-separate .thead tr,
.fc-border-separate .thead th{
    border: none !important;
}

.fc-day-header {
    height: 1rem !important;
    line-height: 1rem;
    font-size: .24rem;
    color: #032e69;
}

.fc-day>div {
    height: .72rem;
    padding: .1rem .1rem 0 0;
    font-size: .24rem;
    color: #032e69;
}

.fc-widget-header {
    border: none !important;
    border-bottom: 1px solid #032e69 !important;
}

.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
    /* border-bottom: 1px solid #ddd !important */
}



.fc-state-highlight {
    background: none !important;
}

.fc-corner-left,
.fc-corner-right {
    background: none !important;
    border: none !important;
    top: 50%;
    margin-top: -.11rem;
}

.fc-corner-left .fc-text-arrow,
.fc-corner-right .fc-text-arrow {
    width: .12rem;
    height: .22rem;
    background: url(./kc_en_v2022_calendar_arrow_right.png) no-repeat;
    background-size: .12rem;
    display: block;
}

.fc-corner-left .fc-text-arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.fc-corner-left{
    position: relative;
}

.disable_btn{
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: 0.2rem;
    left: 0;
    display: block;
    z-index: 1;
    z-index: 10;
    /* display: none; */
}

.fc-day-content {
    height: .2rem;
}

.fc-state-default {
    box-shadow: none !important;
}

.point {
    width: .12rem;
    height: .12rem;
    background: url(./kc_en_v2022_color_point.png) no-repeat;
    background-size: .12rem;
    display: block;
    margin-left: .2rem;
}

.swiper_allCount1 {
    font-size: .16rem;
    color: #868e99;
}

.swiper_curCount1 {
    font-size: .2rem;
    color: #00429c;
}


.events-swiper {
    position: relative;
    /* padding-top: 1rem; */
    z-index: 1;
}
.swiper-pagination1 {
    width: 13rem!important;
    height: 3px!important;
    bottom: .2rem;
    top: auto!important;
    background: #FFFFFF;
}
.swiper-pagination1 .swiper-pagination-progressbar-fill {
    background: #005BAC;
    height: 5px;
    top: -1px;
}
.swiper_button_1 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -5.4rem;
    overflow: hidden;
}
.swiper_button_2 {
    width: 100%;
    height: .3rem;
    position: relative;
    margin-top: 0.68rem;
}
.page3_tab_box .swiper-button-prev1{
    left: 0;
    right: auto;
    top: -.1rem;
    transition: all 3s;
    -webkit-transition: all .3s;
    opacity: 1;
    position: relative;
    background: none;
    width: .46rem;
    height: 6.06rem;
}
.page3_tab_box .swiper-button-next1{
    right: 3.83rem;
    /* transform: rotate(180deg); */
    left: auto;
    transition: all 3s;
    -webkit-transition: all .3s;
    opacity: 1;
    background: none;
    top: -.1rem;
    position: absolute;
    width: .46rem;
    height: 6.06rem;
}
.page3_tab_box .swiper-button-prev1 button:hover{

}
.page3_tab_box .swiper-button-next1 button:hover{
    box-shadow: 0 0 0 5px hsla(175, 73%, 28%, 0.5);
}
.page3_tab_box .swiper-button-next1 {
    /* transform: rotate(180deg); */
}
.swiper-button-prev1::before {
    content: '';
    height: 6.06rem;
    position: absolute;
    left: 0;
    border-left: 4px #00AAA2 solid;
    z-index: 0;
}

.swiper-button-next1::after {
    content: '';
    height: 6.06rem;
    position: absolute;
    right: 0;
    border-right: .06rem #00AAA2 solid;
    z-index: 0;
}
.page3_tab_box .swiper-button-disabled {
    opacity: 0;
}
.page3_tab_box .swiper-button-prev1 button{
    display: block;
    overflow: hidden;
    width: .46rem;
    height: .49rem;
    position: absolute;
    cursor: pointer;
    top: 2.6rem;
    z-index: 1;
    background-image: url(zf_en_pages3_bt.jpg);
    background-size: cover;
    outline: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s ease-in;
    border: 0;
    opacity: .8;
}
.page3_tab_box .swiper-button-next1 button{
    display: block;
    overflow: hidden;
    width: .46rem;
    height: .49rem;
    position: absolute;
    cursor: pointer;
    top: 2.6rem;
    z-index: 1;
    background-image: url(zf_en_pages3_bt.jpg);
    background-size: cover;
    outline: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    transition: box-shadow .2s ease-in;
    border: 0;
    transform: rotate(180deg);
    opacity: .8;
}
.swiper-button-prev1 button:hover {
    box-shadow: 0 0 0 5px hsla(175, 73%, 28%, 0.5);
}

.swiper-button-next1 button:hover {
    box-shadow: 0 0 0 5px hsla(175, 73%, 28%, 0.5);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 #00AAA2
    }

    to {
        box-shadow: 0 0 0 2em transparent
    }
}
.page3_tab_box .swiper-button-disabled {
    opacity: 0 !important;
}
/* page5 */

.section5 .container {
    background: url(./zf_en_bg3.jpg) no-repeat;
    background-size: 100% 100%;
}

.page5_content {
    width: 100%;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3.5rem;
}

.page5_content.active{
    opacity: 1;
    z-index: 1;
}

.section5 .containerIn .events-swiper {
    height: 100%;
    padding-top: .8rem;
}

.section5 .containerIn .seeAll_box {
    margin-top: .6rem;
    margin-bottom: .2rem;
}

.swiper5_conent {
    width: 4rem;
    height: 5rem;
    background-color: #00429c;
    position: relative;
    color: #FFF;
}

.swiper5_conentIn_left {
    width: 6rem;
    height: 3.6rem;
    position: absolute;
    left: .9rem;
    top: .85rem;
    z-index: 2;
    padding: .25rem;
    box-sizing: border-box;
    background: #74C9D6;
}
.swiper5_conentIn_left .img {
    width: 6rem;
    height: 3.6rem;
    position: absolute;
    right: -.2rem;
    top: -.2rem;
    overflow: hidden;
}

.swiper5_conentIn_left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper5_conentIn_left .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.swiper5_conentIn_right {
    background: url("zf_en_page5_bg.png") no-repeat;
    background-size: cover;
    width: 6.99rem;
    height: 5.14rem;
    position: absolute;
    right: .9rem;
    top: 0;
    padding: .6rem .5rem .4rem 1.5rem;
    box-shadow: .05rem .05rem .3rem rgba(0,0,0,.3);
    -moz-box-shadow: .05rem .05rem .3rem rgba(0,0,0,.3);
    -webkit-box-shadow: .05rem .05rem .3rem rgba(0,0,0,.3);
}
.swiper5_conentIn_right h2 {
    font-size: .36rem;
    line-height: .4rem;
    font-family: "Times New Roman";
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .2rem;
}
.swiper5_conentIn_right p {
    font-size: .2rem;
    color: #FFFFFF;
    line-height: .3rem;
    margin-bottom: .2rem;
}
.swiper5_conentIn_right .read_more{
    display: block;
    font-size: .2rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #60C8E6;
    bottom: .2rem;
}

.swiper5_conentIn_right .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico8.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.swiper5_conentIn_right .read_more:hover:after {
    right: 0;
}
.swiper5_main a:hover {
    opacity: .7;
}
.page5_box .swiper-slide {
    opacity: 0!important;
    transition: all 1s ease-out .3s;
}
.page5_box .swiper-slide.swiper-slide-active {
    opacity: 1!important;
    transition: all 1s ease-out .3s;
}













.swiper5_conentIn h2 {
    font-size: .22rem;
    line-height: .36rem;
    overflow: hidden;
    margin-top: .2rem;
}

.swiper5_conentIn .swiper5_main {
    height: 1.5rem;
    overflow: hidden;
    margin-top: .15rem;
}
.swiper5_conentIn p {
    font-size: .16rem;
    opacity: .6;
    margin-top: .15rem;
    line-height: .28rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.swiper5_conentIn .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #005BAC;
    bottom: .15rem;
}

.swiper5_conentIn .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.swiper5_conentIn.noimg .read_more:after {
    background: url(./zf_more_ico2.png) no-repeat right center;
    background-size: .22rem .07rem;
}

.swiper5_conentIn .read_more:hover:after {
    right: 0;
}
.swiper5_conentIn.noimg {
    background: #1959A3;
    position: relative;
    color: #8DB8EA;
}
.swiper5_conentIn.noimg a {
    color: #FFFFFF;
}
.swiper5_conentIn.noimg::after {
    content: "";
    background: url("zf_logo_ico1.png") no-repeat;
    background-size: 2.8rem 2.73rem;
    width: 2.8rem;
    height: 2.73rem;
    position: absolute;
    right: 0;
    bottom: 0;
}
.swiper5_conentIn.noimg .rt {
    text-align: right;
}
.swiper-pagination4 {
    width: 13rem!important;
    height: 3px!important;
    bottom: .3rem;
    top: auto!important;
    background: #FFFFFF;
}
.swiper-pagination4 .swiper-pagination-progressbar-fill {
    background: #BF0000;
    height: 5px;
    top: -1px;
}
.swiper-button-prev4 {
    background: url("zf_en_page5_jiantou.png") no-repeat;
    background-size: .7rem;
    transform: rotate(180deg);
    width: .7rem;
    height: .69rem;
    left: 0;
    top: 3.4rem;
    opacity: .8;
}
.swiper-button-prev4:hover {
    opacity: 1;
}
.swiper-button-next4 {
    background: url("zf_en_page5_jiantou.png") no-repeat;
    background-size: .7rem;
    width: .7rem;
    height: .69rem;
    right: 0;
    top: 3.4rem;
    opacity: .8;
}
.swiper-button-next4:hover {
    opacity: 1;
}

/* page6 */
.section6 .container {
    background: url(./zf_bg4.jpg) center no-repeat;
    background-size: cover;
}
.page6_content {
    margin-top: .8rem;
    position: relative;
    height: 6.6rem;
}
.page6_scroll {
    width: 8.4rem;
    height: 6.2rem;
    background: url("zf_scroll_1.png") center no-repeat;
    background-size: 8.35rem 6.09rem;
    position: absolute;
    top: 0.7rem;
    left: -17%;
}
.page6_scroll .scroll_1 {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    right: .8rem;
    top: 2.02rem;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* float: right; */
}
.page6_scroll .scroll_1 span {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px dashed rgba(46, 131, 236, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

.page6_scroll .scroll_2 {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    right: 4.9rem;
    top: 3.88rem;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* float: right; */
}
.page6_scroll .scroll_2 span {
    position: absolute;
    width: 0;
    height: 0;
    border: 1px dashed rgba(46, 131, 236, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

.x1 {
    -webkit-animation:warn 6s ease 0s;
    -moz-animation:warn 6s ease 0s;
    animation:warn 6s ease 0s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x2 {
    -webkit-animation:warn 6s ease 1s;
    -moz-animation:warn 6s ease 1s;
    animation:warn 6s ease 1s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x3 {
    -webkit-animation:warn 6s ease 2s;
    -moz-animation:warn 6s ease 2s;
    animation:warn 6s ease 2s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x4 {
    -webkit-animation:warn 6s ease 3s;
    -moz-animation:warn 6s ease 3s;
    animation:warn 6s ease 3s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x5 {
    -webkit-animation:warn 6s ease 4s;
    -moz-animation:warn 6s ease 4s;
    animation:warn 6s ease 4s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.x6 {
    -webkit-animation:warn 6s ease 5s;
    -moz-animation:warn 6s ease 5s;
    animation:warn 6s ease 5s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}

@keyframes warn{
    0%{width:0;height:0;opacity:.9}
    100%{width:4rem;height:4rem;opacity:0}
}

.z1 {
    -webkit-animation:warn2 6s ease 0s;
    -moz-animation:warn2 6s ease 0s;
    animation:warn2 6s ease 0s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z2 {
    -webkit-animation:warn2 6s ease 1s;
    -moz-animation:warn2 6s ease 1s;
    animation:warn2 6s ease 1s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z3 {
    -webkit-animation:warn2 6s ease 2s;
    -moz-animation:warn2 6s ease 2s;
    animation:warn2 6s ease 2s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z4 {
    -webkit-animation:warn2 6s ease 3s;
    -moz-animation:warn2 6s ease 3s;
    animation:warn2 6s ease 3s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z5 {
    -webkit-animation:warn2 6s ease 4s;
    -moz-animation:warn2 6s ease 4s;
    animation:warn2 6s ease 4s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
.z6 {
    -webkit-animation:warn2 6s ease 5s;
    -moz-animation:warn2 6s ease 5s;
    animation:warn2 6s ease 5s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
@keyframes warn2{
    0%{width:0;height:0;opacity:.9}
    100%{width:6.4rem;height:6.4rem;opacity:0}
}








.page6_tab{
    position: absolute;
    z-index: 100;
    right: 0;
    top: .3rem;
    line-height: .18rem;
}

.page6_tab li{
    text-align: center;
    font-size: .22rem;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;
    color: #000000;
    float: left;
    margin: 0 .24rem;
    position: relative;
}
.page6_tab li:last-child {
    margin-right: 0;
}
.page6_tab li:after{
    content: '';
    position: absolute;
    bottom: -.06rem;
    left: 0;
    width:100%;
    border-bottom: 1px #005BAC solid;
    /* background: #005BAC; */
    border-radius: 2px;
    transition:all 0.3s ease-in-out;
    transform: scale3d(0,1,1);
    transform-origin:50% 0; /*方向 50%中间开始*/
}
.page6_tab li:hover::after {
    transform:scale3d(1,1,1);
}

.page6_tab li.active {
    color: #005BAC;
}
.page6_tab li::before {
    content: '';
    position: absolute;
    right: -.24rem;
    left: 0;
    border-right: 1px #698CBA solid;
    height: .18rem;
}
.page6_tab li:last-child::before {
    display: none;
}

.page6_content .page6_tab_box {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.page6_content .page6_tab_box.active {
    z-index: 2;
}
.page6_tab_dl {
    padding: .24rem;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.page6_tab_dl dt{
    width: 100%;
    height: 1.84rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 0.5s;
    margin-top: .15rem;
}

.page6_tab_dl dt img{
    object-fit: cover;
}

.page6_tab_dl dt img[src='']{
    display: none;
}

.page6_tab_dl dt img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}
.page6_tab_dl dt:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page6_tab_dl .sourse {
    height: .3rem;
    line-height: .3rem;
    font-size: .16rem;
    background: #F4F4F7;
    padding-left: .1rem;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.page6_tab_dl .sourse a {
    color: #005BAC;
}
.page6_tab_dl .sourse a:hover {
    text-decoration: underline;
}
.page6_tab_dl dd .events_title {
    font-size: .26rem;
    line-height: .3rem;
    max-height: 1rem;
    font-weight: bold;
    font-family: "Times New Roman";
    /* padding: 0 .1rem; */
}
.page6_tab_dl dd .time {
    color: #084077;
    font-size: .18rem;
    line-height: .5rem;
    height: .5rem;
    /* padding-left: .1rem; */
}
.page6_tab_dl dd .events_content {
    margin-top: .14rem;
    height: .78rem;
    line-height: .25rem;
    overflow: hidden;
    color: #666666;
    font-size: .16rem;
    position: relative;
    font-family: "Times New Roman";
}

.page6_tab_dl dd .read_more{
    display: inline-block;
    font-size: .18rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #00AAA2;
    margin-top: .12rem;
    bottom: .1rem;
}

.page6_tab_dl dd .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico6.png) no-repeat right center;
    background-size: .22rem .08rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page6_tab_dl dd .read_more:hover:after {
    right: 0;
}

.page6_tab_box .tab_1 {
    width: 3.5rem;
    height: 2.84rem;
    background: #00AAA2;
}
.page6_tab_box .tab_1 .events_title {
    color: #FFFFFF;
}
.page6_tab_box .tab_1 .read_more {
    color: #99F1ED;
}
.page6_tab_box .tab_1 .events_title:hover {
    opacity: .7;
}
.page6_tab_box .tab_1 .sourse {
    background: #3DBEB8;
    color: #FFFFFF;
}
.page6_tab_box .tab_1 .sourse a {
    background: #3DBEB8;
    color: #FFFFFF;
}
.page6_tab_box .tab_1 .time {
    color: #99F1ED;
}
.page6_tab_box .tab_1 .read_more:after {
    background: url(./zf_more_ico10.png) no-repeat right center;
    background-size: .22rem .08rem;
}

.page6_tab_box .tab_2 {
    width: 3.5rem;
    height: 5.3rem;
    background: #EAEAEA;
}
.page6_tab_box .tab_2 .events_title {
    color: #000000;
}
.page6_tab_box .tab_2 .events_title:hover {
    opacity: .5;
}
.page6_tab_box .tab_2 .read_more {
    color: #00AAA2;
}
.page6_tab_box .tab_2 .sourse {
    background: #DBDBDB;
    color: #084077;
}
.page6_tab_box .tab_2 .sourse a {
    background: #DBDBDB;
    color: #084077;
}
.page6_tab_box .tab_2 .time {
    color: #0C2D4D;
}
.page6_tab_box .tab_3 {
    width: 2.6rem;
    height: 5.3rem;
    background: #005BAC;
}
.page6_tab_box .tab_3 .events_title {
    color: #FFFFFF;
}
.page6_tab_box .tab_3 .events_title:hover {
    opacity: .7;
}
.page6_tab_box .tab_3 .read_more {
    color: #72B0E8;
}
.page6_tab_box .tab_3 .sourse {
    background: #3D82C0;
    color: #FFFFFF;
}
.page6_tab_box .tab_3 .sourse a {
    background: #3D82C0;
    color: #FFFFFF;
}
.page6_tab_box .tab_3 .time {
    color: #72B0E8;
}
.page6_tab_box .tab_3 .read_more:after {
    background: url(./zf_more_ico11.png) no-repeat right center;
    background-size: .22rem .08rem;
}
.page6_tab_box .tab_3 dt {
    height: 1.42rem;
}

/* page7 */
.section7 .container {
    background: url(./zf_en_bg4.jpg) no-repeat;
    background-size: 100% 100%;
}
.section7 .container .content_title h2 i {
    font-style: italic;
}
.page7_content {
    margin-top: .8rem;
    position: relative;
}
.page7_content .content_left {
    width: 5.9rem;
    float: left;
}
.page7_content .content_left h3 {
    font-size: .36rem;
    color: #FFFFFF;
    font-family: "Times New Roman";
    font-weight: bold;
    margin-top: .2rem;
}
.page7_content .content_left p {
    font-size: .2rem;
    color: #013857;
    line-height: 1.5;
    margin-top: .2rem;
}
.page7_content .content_left .read_more{
    display: inline-block;
    font-size: .2rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: relative;
    color: #F2C387;
    margin-top: .2rem;
}

.page7_content .content_left .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico9.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: .1rem;
    top: 50%;
    margin-top: -.04rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page7_content .content_left .read_more:hover:after {
    right: 0;
}
.page7_content .content_left .zg_link {
    width: 3.5rem;
    height: .7rem;
    cursor: pointer;
    font-size: 0.22rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: .72rem;
    border-radius: 5px;
}
.page7_content .content_left .zg_link p {
    font-size: .22rem;
}
.page7_content .content_left .zg_link:hover p {
    color: #FFFFFF;
}
.page7_content .content_left .zg_link::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(./zf_zg_bt1_en.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.page7_content .content_left .zg_link::after {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: url(./zf_zg_bt2_en.png);
    background-size: 3.47rem .68rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.04rem;
    margin-left: -.04rem;
    border-radius: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    opacity: 0;
}
.page7_content .content_left .zg_link:hover::after {
    left: 50%;
    transform: scale(40);
    -webkit-transform: scale(40);
    -moz-transform: scale(40);
    -ms-transform: scale(40);
    -o-transform: scale(40);
    opacity: 1;
}
.page7_content .content_left .zg_link span {
    display: block;
    margin-right: 0.0521rem;
    position: absolute;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 3;
}
.page7_content .content_left .zg_link p {
    z-index: 3;
    line-height: .3rem;
    margin: 0;
    color: #ffffff;
    font-family: "Times New Roman";
    font-weight: bold;
}
.page7_content .content_left .zg_link .icon2_active {
    opacity: 0;
}

.page7_content .content_left .zg_link span {
    width: 0.36rem;
    height: 0.31rem;
    left: 0.35rem;
    top: .18rem;
}
.page7_content .content_left .zg_link .icon_link {
    background: url(./zf_zg_ico.png) no-repeat;
    background-size: 0.36rem .31rem;
}

.page7_content .content_left .zg_link  .read_more{
    display: inline-block;
    font-size: .14rem;
    line-height: .35rem;
    padding-right: .4rem;
    position: absolute;
    color: #6E8DC4;
    right: .4rem;
    top: .3rem;
}

.page7_content .content_left .zg_link  .read_more:after {
    content: '';
    width: .22rem;
    height: .08rem;
    background: url(./zf_more_ico4.png) no-repeat right center;
    background-size: .22rem .07rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.page7_content .content_right {
    width: 6.73rem;
    height: 6.53rem;
    background: url("zf_en_xk_bg.png") no-repeat;
    background-size: 6.73rem;
    float: right;
    position: relative;
    /* padding-top: .45rem; */
}
.page7_content .book {
    width: 6.73rem;
    height: 100%;
    text-align: center;
    padding-top: .1rem;
}
.page7_content .book .book_img {
    width: 2.18rem;
    height: 3.11rem;
    text-align: center;
    margin: 0 auto 0;
    overflow: hidden;
}
.page7_content .book .book_img img {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.page7_content .book .book_img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page7_content .book .book_title {
    color: #F1BF81;
    font-size: .26rem;
    padding: .3rem 0;
    /* border-bottom: 1px #886961 solid; */
    display: inline-block;
}
.page7_content .book .book_title a {
    color: #F1BF81;
}
.page7_content .book .book_link {
    margin-top: 1.18rem;
    padding: 0 0.4rem;
    margin-left: .55rem;
}
.page7_content .book .book_link a {
    color: #F19A47;
    font-size: .2rem;
}
.page7_content .book .book_link a:hover {
    color: #E2A287;
}
.page7_content .book .book_link p {
    line-height: .4rem;
    position: relative;
    padding-left: .22rem;
    /* width: 45%; */
    text-align: left;
    /* float: left; */
}
.page7_content .book .book_link p:nth-child(2) {
    /* float: right; */
}
.page7_content .book .book_link p::before {
    content: "";
    background: url("zf_book_ico.png") no-repeat;
    background-size: .13rem .19rem;
    width: .13rem;
    height: .19rem;
    position: absolute;
    left: 0;
    top: .09rem;
}
.swiper_button_5 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 4.4rem;
    left: 0;
    font-size: .18rem;
}
.swiper_button_5 .swiper-button-prev5 {
    background: #30455A;
    background-size: .36rem 1.04rem;
    width: 1.74rem;
    height: .44rem;
    color: #ff8656;
    text-align: center;
    padding: 0;
    line-height: .44rem;
    right: 0;
    left: 1.5rem;
    top: 0;
    opacity: .8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.swiper_button_5 .swiper-button-prev5:hover {
    background: #30455A;
    opacity: 1;
}

.swiper_button_5 .swiper-button-next5 {
    background: #30455A;
    background-size: .36rem 1.04rem;
    width: 1.74rem;
    height: .44rem;
    color: #ff8656;
    text-align: center;
    padding: 0;
    line-height: .44rem;
    right: 1.5rem;
    left: auto;
    top: 0;
    opacity: .8;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.swiper_button_5 .swiper-button-next5:hover {
    background: #30455A;
    opacity: 1;
}
.swiper-container5 .swiper-slide {
    opacity: 0!important;
}
.swiper-container5 .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}
.swiper-container5 .swiper-slide.swiper-slide-active .book {
    opacity: 1;
    transition: all 1s ease-out .3s;
}
.swiper-container5 .swiper-slide.swiper-slide-prev .book {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 1s ease-out .3s;
}
.swiper-container5 .swiper-slide.swiper-slide-next .book {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s ease-out .3s;
}
/* page8 */
.page8_content {
    margin-top: .8rem;
    position: relative;
}
.section8 .content_title h2 {
    width: 100%;
    float: none;
    text-align: center;
}
.page8_content a {
    float: left;
    display: block;
    position: relative;
}
.page8_content a .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1f68af;
    opacity: .8!important;
}
.page8_content a:hover {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;

}
.page8_content a:hover .bg {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    opacity: 1!important;
}
.page8_content .page8_box1 {
    width: 4.2rem;
    height: 4.8rem;
}
.page8_content .page8_box1 i {
    background: url(zf_zy_ico1_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box2 i {
    background: url(zf_zy_ico2_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box3 i {
    background: url(zf_zy_ico3_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box4 i {
    background: url(zf_zy_ico4_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box5 i {
    background: url(zf_zy_ico5_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box6 i {
    background: url(zf_zy_ico2_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box7 i {
    background: url(zf_zy_ico2_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box8 i {
    background: url(zf_zy_ico2_en.png) center no-repeat;
    background-size: auto .84rem;
}
.page8_content .page8_box9 i {
    background: url(zf_zy_ico2_en.png) center no-repeat;
    background-size: auto .84rem;
}

.page8_content .page8_box1 {
    transition-delay: .2s;
}
.page8_content .page8_box2 {
    transition-delay: .2s
}
.page8_content .page8_box3 {
    transition-delay: .4s
}
.page8_content .page8_box4 {
    transition-delay: .6s
}
.page8_content .page8_box5 {
    transition-delay: .8s
}
.page8_content .page8_box6 {
    transition-delay: .2s
}
.page8_content .page8_box7 {
    transition-delay: .4s
}
.page8_content .page8_box8 {
    transition-delay: .6s
}
.page8_content .page8_box9 {
    transition-delay: .8s
}

.page8_content .page8_box {
    width: 2.25rem;
    height: 2.35rem;
    margin-left: .1rem;
    margin-bottom: .1rem;
}
.page8_content .ico {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}
.page8_content i {
    display: block;
    width: 100%;
    height: 1rem;
    margin: 0 0 .1rem;
}
.page8_content p {
    font-size: .17rem;
    line-height: .24rem;
    color: #ffffff;
    text-align: center;
    height: .6rem;
    padding: 0 .02rem;
}
.font_i {
    font-style: italic;
}
.page8_content a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}
@keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%,100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    25% {
        -moz-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }

    50% {
        -moz-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

.page8_bg img{
    width: 100%;
    height: 90vh;
    object-fit: cover;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
    }
    25%{
        transform: scale(1.2);
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}

/* footer */
.footer {
    width: 100%;
    height: 3rem;
    background-color: #F2F5F8;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.footerIn {
    width: 14rem;
    margin: 0 auto;
    position: relative;
}

.footer_copyright {
    text-align: left;
    padding-top: .15rem;
    padding-bottom: .1rem;
}
.footer_copyright .see_all {
    margin-right: .3rem;
    font-size: .16rem;
}

.footer_copyright .see_all i {
    display: inline-block;
    position: relative;
    /* border-radius: 10px; */
    /* transition: 0.4s; */
    /* -webkit-transition: 0.4s; */
    top: .02rem;
    left: .08rem;
    background: url(zf_footer_bg.png) no-repeat;
    background-size: 100% 100%;
    width: .1rem;
    height: .14rem;
}



.footer .line {
    width: 100%;
    border-top: 1px #D5DDE6 solid;
}
.footer_copyright span {
    display: block;
    font-size: .26rem;
    line-height: .26rem;
    font-family: "Times New Roman";
    font-weight: bold;
    color: #084077;
    margin-bottom: .1rem;
    margin-top: .1rem;
    position: relative;
}

.footer_copyright p {
    font-size: .16rem;
    color: #0C2D4D;
    /* margin-bottom: .1rem; */
    line-height: .34rem;
}
.footer_down {
    font-size: .16rem;
    color: #0C2D4D;
    height: .55rem;
    line-height: 55rem;
}
.footer_right {
    position: absolute;
    top: 0;
    right: 0;
}
.footer_right p {
    font-size: .26rem;
    line-height: .26rem;
    font-family: "Times New Roman";
    font-weight: bold;
    color: #084077;
    text-align: left;
    padding-left: .13rem;
}
.footer_right a {
    background: #CEDAEA;
    display: block;
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    float: left;
    margin: .2rem .1rem;
    position: relative;
    cursor: pointer;
}
.footer_right a:hover {
    background: #AFC2DD;
}
.footer_right i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.footer_right .wx i {
    background: url("zf_ico_wx.png") center no-repeat;
    background-size: .27rem .22rem;
}
.footer_right .wx .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    top: 56%;
    left: -2.55rem;
    transform: translateY(-50%)translateX(-1.65rem)scale(.1);
    transition: .5s;
    opacity: 0;
    visibility: visible;
    width: 4.15rem;
    height: 1.6rem;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    transform-origin: right;
    z-index: 10
}

.footer_right .wx .ewm:before {
    content: "";
    position: absolute;
    top: 50%;
    border-top: transparent 10px solid;
    border-bottom: transparent 10px solid;
    border-left: #F1F4F7 10px solid;
    right: -.1rem;
    margin-top: -.1rem;
}

.footer_right .wx .ewm img {
    width: 100%;
    height: 100%
}

.footer_right .wx:hover .ewm {
    transform: translateY(-53%)translateX(-1.8rem)scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background: #F1F4F7;
}
.footer_right .wx .ewm .title {
    width: .24rem;
    padding: 0;
    font-size: .14rem;
    color: #0A4076;
    float: left;
    line-height: .16rem;
    margin-left: .2rem;
    margin-top: .15rem;
    position: relative;
    padding-top: .24rem;
    text-align: center;
}
.footer_right .wx .ewm .title::after {
    content: "";
    background: url("zf_ico_wx2.png") no-repeat;
    background-size: .2rem .16rem;
    width: .2rem;
    height: .16rem;
    position: absolute;
    top: 0;
    left: .03rem;
}
.footer_right .wx .ewm .ewm_list {
    float: left;
    padding: .1rem;
    padding-left: 0;
    padding-right: 0;
}
.footer_right .wx .ewm .ewm_list ul li {
    float: left;
    text-align: center;
    margin: 0 .16rem 0 0;
    width: 1.2rem;
}
.footer_right .wx .ewm .ewm_list ul li:last-child {
    margin-right: 0;
}
.footer_right .wx .ewm .ewm_list img {
    width: .8rem;
    height: .8rem;
    border: .07rem #FFFFFF solid;
}
.footer_right .wx .ewm .ewm_list p {
    font-size: .16rem;
    color: #0A4076;
    line-height: .2rem;
    margin-top: .02rem;
    padding: 0;
    text-align: center;
    font-weight: normal;
    -webkit-transform: scale(0.75);
}
.footer_right .sina i {
    background: url("zf_ico_sina.png") center no-repeat;
    background-size: .27rem .23rem;
}
.footer_right .ft1 i {
    background: url("zf_en_ico_f1.png") center no-repeat;
    background-size: .13rem;
}
.footer_right .ft2 i {
    background: url("zf_en_ico_f2.png") center no-repeat;
    background-size: .25rem;
}